home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 2000 November: Tool Chest / Dev.CD Nov 00 TC Disk 1.toast / Sample Code / Games / DroneZone / DZSpace.h < prev    next >
Encoding:
C/C++ Source or Header  |  2000-09-28  |  317 b   |  23 lines  |  [TEXT/MPS ]

  1. /*
  2.  *    File:        DZSpace.h
  3.  *
  4.  *    Copyright © 1996 Apple Computer, Inc.
  5.  */
  6.  
  7. #ifndef __DZSpace__
  8. #define __DZSpace__
  9.  
  10. #include <QD3D.h>
  11.  
  12. void Space_Init(
  13.     void);
  14.  
  15. void Space_Exit(
  16.     void);
  17.  
  18. void Space_Submit(
  19.     TQ3ViewObject        inView,
  20.     const TQ3Point3D*    inPosition,
  21.     const TQ3Vector3D*    inDirection);
  22.  
  23. #endif /* __DZSpace__ */